'宣言 Public Function New( _ ByVal columnNames() As System.String, _ Optional ByVal columnOp As System.String, _ Optional ByVal alias As System.String _ )
public RuntimeColumn( System.string[] columnNames, System.string columnOp, System.string alias )
パラメータ
- columnNames
- 列名の配列。
- columnOp
- 列操作を表すオプションの文字列。大文字小文字が区別されます。
- alias
- 列名に使用されるオプションのエイリアス。